pluginDescription

@get:Input
@get:Optional
abstract val pluginDescription: Property<String>

The plugin description is displayed on the JetBrains Marketplace plugin page and in the Plugins settings dialog. Simple HTML elements, like text formatting, paragraphs, lists, etc., are allowed.

The description content is automatically wrapped with <![CDATA[... ]]>.

The provided value will be set as a value of the <description> element.

Default value: IntelliJPlatformExtension.PluginConfiguration.description

See also